.dynamicitem {
  width: 270px;
  display: flex;
  margin: 0px;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  height: 272px;
  margin-bottom: 30px;

  box-sizing: border-box;
}
.dynamicitem2 {
  height: 220px;
}
.dynamicitem:hover{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.dynamicimage {
  width: 270px;
  height: 180px;
  overflow: hidden;
  border-radius: 8px;
}
.dynamicimage2 {
  height: 151px;
}
.dynamicimage img {
  width: 270px;
  height: 180px; 
  display: block;
  object-fit: cover;
  border-radius: 8px;
}
.dynamicimage2 img {
  height: 151px;
}
.dynamictitle {

  font-family: "思源黑体 CN", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  font-size: 14px;
  width: 90%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: 0 auto;
  text-overflow: ellipsis;
  color: #666;
  height: 60px !important;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 14px;
}
.dynamictitle:hover{
  color:#00f;
  text-decoration: none;
}